/* body coding */

body {
    background: repeating-linear-gradient(to right,
    #ebd1dc,
    #ebd1dc 100px,
    #d95286 100px,
    #d95286 200px
    );
    color: #30121f;
    font-family: simple;
    cursor: url(/images/cursors/melodydefault.png), auto;
}

/* links */

body a {
    color: #8a254f;
    cursor: url(/images/cursors/melodylink.png), auto;
}

/* main font */

@font-face {
    font-family: simple;
    src: url(/fonts/SimpleKindOfGirl-mnnm.ttf);
}

/* container holding everything */

.tv {
    height: 800px;
    width: 900px;
    background-image: url(/images/tvbox.png);
    margin: auto;
}

/* container holding outgoing links */

.links {
    height: 460px;
    width: 460px;
    position: relative;
    top: 150px;
    left: 100px;
}

/* container holding personal buttons */

.buttons {
    height: 120px;
    width: 200px;
    position: relative;
    left: 645px;
    bottom: 325px;
}

/* bunny pagedoll */

.bun {
    position: relative;
    right: 200px;
    top: 20px;
}

/* text pagedoll */

.feel {
    position: relative;
    right: 550px;
    bottom: 300px;
}

/* chii pagedoll */

.chii {
    position: relative;
    bottom: 650px;
    left: 850px;
}

/* back button */

.back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}